home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Workbench Design
/
WB Collection.iso
/
workbench werkzeuge
/
scherz programme
/
explode
/
explode.h
< prev
next >
Wrap
Text File
|
1996-04-07
|
517b
|
43 lines
static struct IntuiText IText3 = {
1,0,JAM1,
26,30,
NULL,
"(September, 26th 1989)",
NULL
};
static struct IntuiText IText2 = {
1,0,JAM1,
25,19,
NULL,
"written by Bruno Costa",
&IText3
};
static struct IntuiText IText1 = {
3,0,JAM1,
71,6,
NULL,
"Explode 1.2",
&IText2
};
#define IntuiTextList1 IText1
static struct NewWindow NewWindowStructure1 = {
207,71,
227,47,
0,1,
NULL,
SIMPLE_REFRESH+BORDERLESS+RMBTRAP+NOCAREREFRESH,
NULL,
NULL,
NULL,
NULL,
NULL,
5,5,
640,200,
WBENCHSCREEN
};